﻿@charset "utf-8";
<style type="text/css"> @font-face {
 font-family: MyCustomFont;
 src: local("微軟正黑體"), local("標楷體");
}

@font-face {
	font-family: MyCustomFont; /* 同樣的 font-family */
 unicode-range: U+00-7F, U+00C0-U+00FF;  /* ASCII*/
	src: local(Verdana), local(Arial);
}

body {
	color:#333333;
	font-family: MyCustomFont, sans-serif;
	min-width:1200px;
	padding:0px;
	margin:0px;
}
ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul li{
	padding-left:30px;
	padding-right:10px;
	}
.Div_content {
	margin:0px;
	padding:0px;
	position:relative;
}
.Div_Left {
	float: left;
	width:auto;
	line-height:24px;
}
.Div_Right {
	float: left;
	border-left:2px solid #333;
}

.menu a{
	cursor:pointer;
	}
.menu a:hover{
	background-color:#CCCCCC;
	}
#flash{	
	width:800px;
	height:620px;
	}
</style>
